FragmentContainer

abstract class FragmentContainer(source)

Callbacks to a Fragment's container.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun instantiate(@NonNull context: Context, @NonNull className: String, @Nullable arguments: Bundle): Fragment
Creates an instance of the specified fragment, can be overridden to construct fragments with dependencies, or change the fragment being constructed.
Link copied to clipboard
abstract fun onFindViewById(@IdRes id: Int): View
Return the view with the given resource ID.
Link copied to clipboard
abstract fun onHasView(): Boolean
Return true if the container holds any view.